home *** CD-ROM | disk | FTP | other *** search
/ mail.altrad.com / 2015.02.mail.altrad.com.tar / mail.altrad.com / TEST / office german / PROPLUS.WW / PROPLSWW.CAB / MSDMINE.RLL_0001 / string.txt < prev    next >
Text File  |  2005-05-04  |  18KB  |  247 lines

  1. 1    Microsoft« OLE DB Provider for Data Mining Services
  2. 8193    Microsoft Decision Trees
  3. 8194    The Microsoft Decision Trees algorithm chooses significant characteristics in the data and narrows sets of data based on those characteristics until clear correlations are established. Decision trees are useful when you want to make specific predictions based on information in the source data.
  4. 8195    Microsoft Clustering
  5. 8196    Clustering finds natural groupings of data in a multidimensional space. Clustering is useful when you want to see general groupings in your data.
  6. 8293    Identifies the algorithm used to control the growth of a decision tree. This algorithm selects the attributes that constitute the tree, the order in which the attributes are used, the way in which the attribute s values should be split up, and the point at which the tree should stop growing.
  7. 8294    Describes the various ways that SCORE_METHOD should consider splitting up an attribute s values. For example, if an attribute has 5 potential values, the values could be split into a binary partition (for example, 3 and 1,2,4,5), or the values could be split into 5 separate partitions, or some other combination may be considered.
  8. 8295    Controls the growth of the tree by preventing the creation of leaf nodes that contain fewer than MINIMUM_LEAF_CASES cases. For example, if SCORE_METHOD is considering a split on a node that contains 30 cases, and the value of MINIMUM_LEAF_CASES is 10, and one potential branch of the split receives 23 of the cases while the other branch receives 7 cases, then the split will not be allowed.
  9. 8296    A floating point number between 0 and 1 that acts as a penalty for growing a tree. The parameter is applied at each additional split. A value of 0 applies no penalty, and a value close but not equal to 1 (1.0 is outside the range) applies a high penalty. Applying a penalty will limit the depth and complexity of learned trees, which avoids overfitting. However, using too strong a penalty may adversely affect the predictive ability of the learned model.
  10. 8297    Identifies the algorithm used to group cases into clusters. Some algorithms are faster or better scaled to large data sets, but there may be some cost, such as quality.
  11. 8298    Controls the number of times the algorithm will try to cluster before selecting the best answer from the set of tries. Because clustering algorithms involve some randomness, different attempts at clustering may produce quite different results.
  12. 8299    How many clusters of similar cases the algorithm should attempt to find.
  13. 8300    Clustering algorithms repeatedly scan the data. With each iteration they get closer to an optimal solution. This parameter controls how little a solution should change between iterations in order to be considered complete (converged). The values are between 0 and 1.
  14. 8301    The minimum number of cases that can make up a cluster. If a cluster contains too few cases, it will be discarded, and it may be reassigned to a new location.
  15. 8302    The percentage of cases from the training query to consider while training.
  16. 8303    The percentage of training cases to hold out from training and use for scoring the model.
  17. 8304    The seed for the sampling random number generator.
  18. 8305    The seed for the holdout random number generator.
  19. 16485    Processing query
  20. 16486    Training column [%s]
  21. 16487    Training marginal model: %ld cases seen
  22. 16488    Training Clusters: candidate model %ld, iteration %ld
  23. 16489    Training Clusters: %ld cases scanned
  24. 16490    Culling feature set
  25. 16491    Training Trees (counting correlations): %ld cases counted
  26. 16492    Training Trees: %ld cases left to classify
  27. 16493    Training mining model
  28. 16494    Scoring model: [%ld] cases seen
  29. 24576    The element was not found
  30. 24577    End Of Data
  31. 24578    The prediction succeeded, but unknown values or attributes were encountered
  32. 24579    The following aggregated DM providers were successfully loaded in-process: %1
  33. 24580    Warning: The following aggregated DM providers currently loaded in-process are potentially unsafe: %1
  34. 24832    Unable to load the parsing tables
  35. 24833    Unknown parsing error
  36. 24834    Catastrophic parse failure
  37. 24835    The mining model '%1' already exists
  38. 24836    The data mining database already exists
  39. 24837    No query was provided
  40. 24838    Unknown algorithm
  41. 24839    Unknown command
  42. 24840    Query column [%1] cannot be converted to model type
  43. 24841    Analysis Services component error (has to be mapped)
  44. 24842    Unexpected end of statement
  45. 24843    Reference column '%1' does not exist within the current context
  46. 24844    The model '%1' does not exist
  47. 24845    invalid value in DMColumn member
  48. 24846    Case consumer initialization error
  49. 24847    A discrete operation was attempted on a continuous column
  50. 24848    Initial catalog was not specified, or it was invalid
  51. 24849    A column with the specified name already exists in the current context (%1 = column name)
  52. 24850    An operation that can be performed only during training occurred
  53. 24851    Integer conversion error on '%1'
  54. 24852    Real conversion error on '%1'
  55. 24853    The syntax requires a table column for '%1'
  56. 24854    The syntax requires a scalar column for '%1'
  57. 24855    Table column '%1' does not allow a distribution to be specified with it
  58. 24856    Table column '%1' does not allow a modeling qualifier to be specified with it
  59. 24857    Table column '%1' does not allow a content type (discrete, continuous, and so on) to be specified with it
  60. 24858    Table column '%1' does not allow a content qualifier (ordered, cyclical, and so on) to be specified with it
  61. 24859    Table column '%1' does not allow a column qualifier (key, support, and so on) to be specified with it
  62. 24860    Subselect from clause has an unexpected type (other than a colref or a histogram)
  63. 24861    The file '%1' is already opened
  64. 24862    The file '%1' does not exist
  65. 24863    Sharing violation on file '%1'
  66. 24864    General file error: %1
  67. 24865    The context of the $<column> reference is incorrect
  68. 24866    The column '%1' was expected to be a nested table
  69. 24867    Error initializing IDataConvert interface pointer
  70. 24868    Error initializing IMalloc interface pointer
  71. 24869    Nested SHAPE constructions are not supported
  72. 24870    Associative specifications are allowed to chapter (table) column only
  73. 24871    The root location was not specified, or it was invalid
  74. 24872    The file '%1' was not opened (requested for this operation)
  75. 24873    Dimension '%1' does not exist
  76. 24874    Hierarchy '%1' does not exist
  77. 24875    Level '%1' does not exist
  78. 24876    Property '%1' does not exist
  79. 24877    Measure '%1' does not exist
  80. 24878    Dimension '%1' is already in use
  81. 24879    Hierarchy '%1' is already in use
  82. 24880    Level '%1' is already in use
  83. 24881    Property '%1' is already in use
  84. 24882    Measure '%1' is already in use
  85. 24883    Unknown type on load of column '%1'
  86. 24884    Unknown distribution on load of column '%1'
  87. 24885    Unknown relation '%1' discovered on load 
  88. 24886    Invalid schema restrictions: %1
  89. 24887    Error initializing IErrorClassFactory interface pointer
  90. 24888    Invalid selection list for a SELECT ... FROM <dmm>.CONTENT statement (only schema column references are supported)
  91. 24889    Invalid WHERE clause in SELECT ... FROM <dmm>.CONTENT statement
  92. 24890    Unable to parse XML string
  93. 24891    Invalid mining model flag '%1'
  94. 24892    The mining model flag '%1' is not valid for the current data mining algorithm
  95. 24893    The mining model flag '%1' is specified more than once
  96. 24894    The mining model flag '%1' has an invalid data type value
  97. 24896    The mining model is already trained and does not support incremental update. You must use DELETE * FROM <dmm> before you use INSERT
  98. 24897    A resource was not found
  99. 24898    The value of the 'Extended Properties' property is invalid
  100. 24899    The model is not trained
  101. 24900    Selections from model must be distinct
  102. 24901    The insertion and query columns do not match
  103. 24902    '%1' is not the current catalog
  104. 24903    Error setting LCID or CompareString flags during initialization
  105. 24904    Sample percentage must be between 1 and 100 inclusive
  106. 24905    Holdout percentage must be between 1 and 99 inclusive
  107. 24912    Training seed must be between 1 and %1 inclusive
  108. 24913    Invalid selection list for a SELECT ... FROM <dmm>.XML statement (only schema column references are supported)
  109. 24914    Invalid value for Mining EXecution Location property
  110. 24915    Cannot execute remotely - no server connection available. Check the Mining Execution Location property.
  111. 24916    Tree operator is invalid without restriction for NODE_UNIQUE_NAME column
  112. 24917    Mining model remains in an untrained state due to insufficient training data
  113. 24918    Only SELECT statements can be executed remotely on the Analysis Server (use DSO for model creation/maintenance). Check Mining Execution Location property.
  114. 24919    Could not find a local mining model named '%1' to execute this statement on (it cannot be executed on server mining models).
  115. 24921    Analysis Server does not allow use of the provider specified in OPENROWSET
  116. 25088    An empty prediction is obtained
  117. 25089    Table-returning expressions cannot be used in calculation expressions
  118. 25090    Invalid FROM clause
  119. 25091    The WHERE clause must contain a logical/relational operator
  120. 25092    Two SELECT expressions in a UNION statement must produce the same number of columns
  121. 25093    An attempt to predict a nonpredictable column was detected
  122. 25094    A table.column column reference cannot be used in a SELECT list, a FROM clause, or the WHERE clause of a SELECT statement with PREDICTION JOIN
  123. 25095    Only predictable columns, columns that are related to a predictable column, or columns inside a predictable table column can select from the mining model
  124. 25096    The first argument for Top*/Bottom* functions is invalid. The expression must return a table
  125. 25097    The second argument for Top*/Bottom* functions is invalid. It must be a column reference
  126. 25098    The third argument for Top*/Bottom* functions is invalid. It must be a nonnegative constant expression
  127. 25099    No function can be used in <SELECT DISTINCT FROM model>
  128. 25100    Invalid column reference in <SELECT DISTINCT FROM model>
  129. 25101    Prediction function '%1' cannot be used in the given FROM context
  130. 25102    Invalid argument for a prediction function, '%1'
  131. 25103    No cluster function can be used in the context
  132. 25104    Invalid flag is given in Predict()
  133. 25105    A Boolean operand is expected in an AND, OR, or NOT operator
  134. 25106    Invalid SELECT statement
  135. 25107    Invalid column reference
  136. 25108    Function '%1' is not supported
  137. 25109    Statistics on table prediction can be used only when there is at most one predictable column inside the table
  138. 25110    A Boolean expression cannot either be selected or used inside an arithmetic expression
  139. 25111    Range function '%1' cannot be used in the given FROM context
  140. 25112    Invalid argument for a range function, '%1'
  141. 25113    Function '%s' cannot be used in SELECT DISTINCT ... FROM model
  142. 25114    Invalid operator used
  143. 25115    Aggregate functions cannot be used together with nonaggregate functions or columns
  144. 25116    Aggregate functions can only be used in top-level SELECT list
  145. 25117    WHERE clause is not supported if an aggregate function is used
  146. 25344    Column [%1] is not a valid RELATE TO target in a nested table
  147. 25345    The column [%1] is in a RELATE TO relation and is of a nondiscrete type
  148. 25346    Invalid relation in the definition of column [%1]
  149. 25348    Different properties were specified in the same hierarchy
  150. 25349    Circular reference in the definition of column [%1]
  151. 25350    Discretization failed on column [%1]
  152. 25352    Table column [%1] is inside another table column, which is not supported
  153. 25602    Errors occurred during training
  154. 25604    Column [%1] cannot be distinctly selected
  155. 25605    Unrelated columns cannot be distinctly selected together
  156. 25606    There are too many distinct states in column [%1] for the selected algorithm
  157. 25607    Invalid ON mapping
  158. 25608    Read NULL value on nonnullable column [%1]
  159. 25609    Duplicate columns on INSERT INTO
  160. 25616    Not all key columns were specified for nested table [%1]
  161. 25617    Related clauses of appended tables do not match
  162. 25618    Incorrect row ordering or duplicate keys detected on SHAPE
  163. 25635    Input provider does not support restart functionality required to train mining models
  164. 25636    Input provider read error '%1'
  165. 25857    The column [%1] is declared to be both predictable and continuous, which is not supported
  166. 25858    The column [%1] is declared to be both key and continuous, which is not supported
  167. 25859    The column [%1] is declared to be both discrete and having normal (or lognormal) distribution, which is not supported
  168. 25860    Because the column [%1] is declared to be related to another column, a distribution cannot be specified
  169. 25862    There are no predictable columns declared but the model uses the Microsoft Decision Trees algorithm, which requires the existence of at least one predictable column
  170. 25863    The model flag '%1' has an invalid value
  171. 25864    The column [%1] is declared of having type text but is not discrete or key (this is a required condition)
  172. 25865    The aggregation type for the measure [%1] is not supported
  173. 25866    There are no key columns declared for the model
  174. 25867    There are no key columns declared for the nested table [%1]
  175. 25868    The column [%1] is declared to be in an OF relation with the key, which is not supported
  176. 25869    The column [%1] is in a RELATE TO relation and is of a nondiscrete type
  177. 25870    The column [%1] is declared to be in an OF relation but it has an invalid content type for this relation
  178. 25872    Because the virtual dimension '%1' was created using SQL Server 7.0 OLAP Services, it cannot be used in an OLAP mining model
  179. 25873    The column [%1] is declared as being key and having a modeling flag, which is not supported
  180. 25874    The column [%1] is declared to be both a predictable and a RELATED TO entity (property), which is not supported
  181. 25875    The model [%1] is a server mining model, being available for INSERT INTO statements only from DSO
  182. 25876    The model [%1] is a server mining model, being available for DELETE statements only from DSO
  183. 25877    The model [%1] is a server mining model, being available for DROP statements only from DSO
  184. 25878    The model [%1] is a server mining model, being available for RENAME statements only from DSO
  185. 25879    The hierarchy '%1' must use at least one level that is not an (All) level; otherwise it cannot be used in an OLAP mining model
  186. 26113    The PREDICTION JOIN entity '%1' was expected to be a singleton query
  187. 26114    The value '%1' is an invalid bucket count for the DISCRETIZED content type
  188. 26369    An unknown error was encountered in the prediction engine
  189. 26370    This operation cannot be performed during training.
  190. 26371    This model has already been trained.
  191. 26372    This model has not yet been trained.
  192. 26373    No input attributes were specified.
  193. 26374    The decision tree algorithm cannot build a tree for a continuous attribute
  194. 26375    Invalid cluster ID.
  195. 26376    Failure during loading of model XML
  196. 26377    The discrete attribute value is out of range (0..0x007FFFFFL)
  197. 26378    The continuous attribute value is out of range (-3.4E38..3.4E38)
  198. 26379    Mining model remains in an untrained state due to insufficient training data
  199. 26625    An unknown error was encountered in the Data Mining Provider Aggregator
  200. 26626    Errors occurred while initializing aggregatable DM providers - the following provider(s) will not aggregated: %1
  201. 26627    The specified DM provider (ProgID='%s') is not available
  202. 26628    Schema rowset from a provider does not comply with the OLE DB for DM specification
  203. 26630    Errors occurred while getting model lists from the following aggregatable DM providers: %1
  204. 26631    Errors occurred while getting supported services from the following aggregatable DM providers: %1
  205. 26632    Aggregatable DM provider '%1'does not support mandatory security interface for aggregation
  206. 26633    Errors occurred while initializing security interfaces on the following aggregatable DM providers (they will not be aggregated): %1
  207. 28991    Invalid XML in model '%1' around '%2'
  208. 29016    External provider '%1' failed with error '%2'
  209. 29443    Unknown token specified outside of training
  210. 29447    Invalid state '%2' on column [%1]
  211. 29696    Connection failed with error '%2' on provider '%1'
  212. 29697    Query failed with error '%2' on input provider '%1'
  213. 29715    Data read error on case %1 column [%2]
  214. 29716    Data read error on case %1 column [%2]
  215. 29717    Data conversion error on case %1 column [%2]
  216. 29718    Data read error on case %1 column [%2]
  217. 29719    Data overflow error on case %1 column [%2]
  218. 29720    Integrity violation error on case %1 column [%2]
  219. 29721    Permission denied case %1 column [%2]
  220. 29728    Schema violation error on case %1 column [%2]
  221. 29729    Sign mismatch error on case %1 column [%2]
  222. 29730    Data read error on case %1 column [%2]
  223. 29957    The columns [%1] and [%2] are logically duplicates, which is not supported
  224. 29967    The column [%1] is declared to be the reference of an OF relation for the column [%2], but it has an invalid content type for this relation
  225. 30211    Syntax error at line %1, offset %2, token '%3'
  226. 30212    The expression list of a select statement must contain aggregation functions, but the expression selected in position number %1 (under the name: %2) is not aggregated
  227. 30213    The expression list of a select statement must not contain aggregation functions, but the expression selected in position number %1 (under the name: %2) is aggregated
  228. 30725    Invalid XML in '%2' node getting properties for aggregated DM provider '%1'
  229. 32869    All
  230. 32870     and \n
  231. 32871    and 
  232. 32872    or 
  233. 32873    ( 
  234. 32874    ) 
  235. 32875    <= 
  236. 32876    > 
  237. 32877    = 
  238. 32878    not = 
  239. 32879    True
  240. 32880    False
  241. 32881     is 
  242. 32882    missing
  243. 32883     exists
  244. 32884    existing
  245. 32885     
  246. 32886    Cluster Model
  247.